home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / TransactionMgr.nib / data.classes next >
Encoding:
Text File  |  1993-07-28  |  396 b   |  30 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. TransactionsMgr = {
  10.     ACTIONS = {
  11.     delete:;
  12.     };
  13.     OUTLETS = {
  14.     system;
  15.     scrollView;
  16.     protoTransWindow;
  17.     matrix;
  18.     };
  19.     SUPERCLASS = List;
  20. };
  21. CellScrollView = {
  22.     OUTLETS = {
  23.     cellMatrix;
  24.     };
  25.     SUPERCLASS = ScrollView;
  26. };
  27. NiftyMatrix = {
  28.     SUPERCLASS = Matrix;
  29. };
  30.